crypto/tls.Conn.retryCount (field)

6 uses

	crypto/tls (current package)
		conn.go#L117: 	retryCount int
		conn.go#L701: 		c.retryCount = 0
		conn.go#L795: 	c.retryCount++
		conn.go#L796: 	if c.retryCount > maxUselessRecords {
		conn.go#L1314: 	c.retryCount++
		conn.go#L1315: 	if c.retryCount > maxUselessRecords {